/* === BASE === */
body {
  min-width: 480px;
  background: #d8e7eb;
  font-family: 'AvenirNextCyr', Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  cursor: default;
}

.main_wrapper {
  margin: 0 auto;
  width: 480px;
  background: #fff;
}

section {
  padding: 30px 0;
}

section.dark_theme {
  background: #1e4d28;
  color: #fff;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
}

b {
  font-weight: 700;
}

/* === BUTTON === */
.button {
  display: block;
  margin: 0 auto;
  width: 400px;
  height: 80px;
  border: none;
  border-radius: 4px;
  background: #ffd800;
  font-family: 'AvenirNextCyr', Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 80px;
  letter-spacing: 2px;
  color: #333;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}

/* === TITLES === */
h2.title {
  margin: 0 0 30px;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
}

h2.title > span {
  color: #1a5c2a;
}

section.dark_theme h2.title > span {
  color: #ffd800;
}

/* === HERO BADGE === */
.hero-badge {
  background: #ffd800;
  color: #1a5c2a;
  font-weight: 700;
  font-size: 12px;
  padding: 8px 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}

/* === OFFER / HEADER === */
.offer_section {
  padding: 0 0 30px;
}

.offer_section .title_block {
  text-align: center;
}

.offer_section.offer3 .title_block {
  padding: 12px 0;
  background: #1a5c2a;
  color: #fff;
}

.offer_section .title_block .main_title {
  font-weight: 700;
  font-size: 34px;
  line-height: 38px;
}

.offer_section.offer3 .title_block .main_title {
  margin: 0 0 5px;
}

.offer_section .title_block .subtitle {
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-size: 14px;
}

.offer_section .offer_image {
  display: block;
}

/* === BENEFITS BAR === */
.offer_section.offer3 .benefits_list {
  padding: 12px 0 12px 18px;
  background: #155724;
  color: #fff;
}

.offer_section.offer3 .benefits_list .benefit_item {
  float: left;
  padding: 0 0 0 10px;
  width: 160px;
  font-size: 14px;
  line-height: 16px;
}

.offer_section.offer3 .benefits_list .benefit_item:last-child {
  width: 130px;
}

/* === PRICE BLOCK === */
.offer_section.offer3 .price_block {
  border-bottom: 1px solid #e6e6e6;
}

.offer_section.offer3 .price_item {
  float: left;
  padding: 20px 0 0;
  width: 50%;
  height: 90px;
  border-right: 1px solid #e6e6e6;
  text-align: center;
}

.offer_section.offer3 .price_item:last-child {
  border: none;
}

.offer_section.offer3 .price_item .text {
  margin: 0 0 5px;
  font-size: 14px;
  line-height: 14px;
}

.offer_section.offer3 .price_item.new .text {
  margin: 0 0 8px;
}

.offer_section.offer3 .price_item.new .text span {
  padding: 2px 5px 3px;
  border-radius: 4px;
  background: #ee3737;
  color: #fff;
}

.offer_section.offer3 .price_item.old .value {
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  text-decoration: line-through;
}

.offer_section.offer3 .price_item.new .value {
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
  color: #1a5c2a;
}

/* === PRODUCTS COUNT === */
.products_count {
  margin: 20px 0 0;
  text-align: center;
}

.products_count span,
.products_count .lastpack {
  margin: 0 3px;
  padding: 3px 5px;
  border-radius: 4px;
  background: #1a5c2a;
  color: #fff;
}

/* === FORM FIELDS === */
.offer_section .field {
  display: block;
  margin: 0 auto 20px;
  padding: 0 20px;
  width: 400px;
  height: 66px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background-color: #f5f5f5;
  font-family: 'AvenirNextCyr', Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #333;
}

.offer_section .field::-webkit-input-placeholder { opacity:1; color:#333; }
.offer_section .field:-moz-placeholder            { opacity:1; color:#333; }
.offer_section .field::-moz-placeholder           { opacity:1; color:#333; }
.offer_section .field:-ms-input-placeholder       { opacity:1; color:#333; }

/* === QTY ROW === */
.qty-row {
  display: flex;
  gap: 10px;
  margin: 16px auto 20px;
  width: 400px;
}

.qty-opt {
  flex: 1;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  padding: 10px 6px;
  text-align: center;
  cursor: pointer;
  background: #f5f5f5;
  transition: .15s;
}

.qty-opt input[type="radio"] {
  display: none;
}

input:checked + .qty-count {

    color: #2bb673;

    font-weight: 700;

}

.qty-price {
  font-size: 12px;
  color: #666;
  margin-top: 3px;
}

/* === LIMITED TEXT === */
.limited {
  text-align: center;
  padding: 5px 40px;
  line-height: 1.2em;
  font-size: 1.1em;
  margin: 20px auto;
  font-weight: bold;
}

/* === SECTION S2 – FEATURES (dark) === */
.s2 {
  background: #1e4d28;
  padding: 28px 0;
}

.feats {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 20px;
}

.feat {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: rgba(255,255,255,.08);
  border-radius: 10px;
  padding: 14px;
}

.feat-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255,216,0,.15);
  border: 1px solid rgba(255,216,0,.4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}

.feat h4 {
  font-size: 15px;
  font-weight: 700;
  color: #ffd800;
  margin: 0 0 4px;
}

.feat p {
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255,255,255,.85);
  margin: 0;
}

/* === SECTION S3 – DESCRIPTION === */
.description_section {
  padding: 28px 20px;
}

.info-block {
  background: #f0f8f1;
  border-left: 4px solid #1a5c2a;
  border-radius: 0 8px 8px 0;
  padding: 14px 16px;
  margin-bottom: 16px;
}

.info-block h4 {
  font-size: 15px;
  font-weight: 700;
  color: #1a5c2a;
  margin: 0 0 6px;
}

.info-block p {
  font-size: 14px;
  color: #2d6a3a;
  line-height: 1.6;
  margin: 0;
}

.description_section img {
  display: block;
  margin: 20px auto;
}

.description_section .button {
  margin-top: 20px;
}

/* === SECTION S4 === */
.s4 {
  background: #1a5c2a;
  color: #fff;
  padding: 28px 0;
}

.s4 h2.title {
  color: #ffd800;
}

.s4 .products_count b {
  background: #fff;
  color: #1a5c2a;
}

.benefits_list3 .benefit_item {
  display: table;
  margin: 0 20px 30px;
  width: 440px;
  min-height: 150px;
  position: relative;
}

.benefits_list3 .benefit_item img {
  display: block;
  width: 174px;
  border: 3px solid #fff;
  border-radius: 4px;
  background: #e6e6e6;
  position: absolute;
  top: 35%;
  margin-top: -75px;
  right: 0;
}

.benefits_list3 .benefit_item .text_block {
  display: table-cell;
  vertical-align: middle;
  padding: 0 190px 0 0;
  text-align: left;
}

.benefits_list3 .benefit_item p {
  font-size: 14px;
  line-height: 1.6;
}

/* === SECTION S5 === */
.s5 .img {
  margin: 25px 0 0;
}

.s5 .img > img {
  display: block;
}

/* === REVIEWS === */
.reviews4_section {
  padding: 30px 20px 40px;
  background: #1a5c2a;
}

.reviews4_section h2 {
  color: #ffd800;
}

.reviews4_section .reviews_stats_block {
  color: #fff;
  margin: 0 0 28px;
  text-align: center;
}

.reviews_stats_block .line {
  margin: 6px auto 0;
  width: 330px;
  height: 10px;
  border-radius: 5px;
  background: rgba(255,255,255,.3);
  overflow: hidden;
}

.reviews_stats_block .line:before {
  display: block;
  content: '';
  width: 99%;
  height: 10px;
  border-radius: 0 5px 5px 0;
  background: #ffd800;
}

.reviews_list4 {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 20px;
}

.reviews_list4 .review_item {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 -3px 0 rgba(0,0,0,.1) inset;
  overflow: hidden;
}

.reviews_list4 .text_block {
  padding: 18px 20px;
}

.reviews_list4 .text_block .author_info {
  font-weight: 700;
  font-size: 14px;
  color: #1a5c2a;
  margin-bottom: 6px;
}

.reviews_list4 .text_block p {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  margin: 0;
}

.s8 .button {
  margin-top: 10px;
}

/* === DELIVERY === */
.order_info2_section {
  padding: 30px 0 0;
}

.order_info2_section h2.title {
  padding: 0 20px;
}

.order_info_list2 .info_item {
  display: table;
  width: 100%;
  height: 140px;
  border-top: 4px solid #d9d9d9;
  position: relative;
}

.order_info_list2 .info_item img {
  display: block;
  width: 140px;
  position: absolute;
  top: 0;
  right: 0;
}

.order_info_list2 .info_item:nth-child(even) img {
  right: auto;
  left: 0;
}

.order_info_list2 .info_item .text_block {
  display: table-cell;
  vertical-align: middle;
  padding: 0 160px 0 20px;
  text-align: center;
}

.order_info_list2 .info_item:nth-child(even) .text_block {
  padding: 0 20px 0 160px;
}

.order_info_list2 .info_item h4 {
  margin: 0 0 5px;
  font-weight: 700;
  color: #1a5c2a;
}

/* === FOOTER === */
.footer_section {
  padding: 25px 0;
  background: #f2f2f2;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.footer_section a {
  color: #111;
}